Merged
Conversation
Member
Author
|
The fix in this PR is capable of fixing the failing build on idr-gallery. When I point to my fork of Whereas the build without this PR is ending with: |
Member
Author
|
I have it now really green on https://github.com/pwalczysko/idr-gallery/actions/runs/22114791103. The flake8 commit is quite useful too, see IDR/idr-gallery@db192d9 |
Member
|
It will probably be better to disable the tests instead of removing them |
Member
Author
I will look into it and open a PR |
Member
|
Thanks the functionality is still in the code :) |
Merged
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes commits from #136.
setuptools==v71.1.0in the test environment to circumventFile "/home/runner/work/omego/omego/.tox/py312/lib/python3.12/site-packages/setuptools/command/test.py", line 47, in run raise RuntimeError("Support for the test command was removed in Setuptools 72")no module named imperrror (see Details below for the error)testfeature which is removed in latestsetuptools, this PR still contains valid test of replace pkg_resources with importlib.resources #136Details
cc @will-moore